Carbon


fFormatOK

Header: NumberFormatting.h

enum {
    fFormatOK = 0,
    fBestGuess = 1,
    fOutOfSynch = 2,
    fSpuriousChars = 3,
    fMissingDelimiter = 4,
    fExtraDecimal = 5,
    fMissingLiteral = 6,
    fExtraExp = 7,
    fFormatOverflow = 8,
    fFormStrIsNAN = 9,
    fBadPartsTable = 10,
    fExtraPercent = 11,
    fExtraSeparator = 12,
    fEmptyFormatString = 13
};

Constant descriptions

fFormatOK
fBestGuess
fOutOfSynch
fSpuriousChars
fMissingDelimiter
fExtraDecimal
fMissingLiteral
fExtraExp
fFormatOverflow
fFormStrIsNAN
fBadPartsTable
fExtraPercent
fExtraSeparator
fEmptyFormatString


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)